Html Css Color HEX #2FB248 Chateau Green

📋 copy color: '#2FB248'

red 47 ◦ green 178 ◦ blue 72

#2FB248
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #2FB248

Tints of Chateau Green #2FB248

RGB

 RED value IS 47 (18.75% from 255) = 15.82%

 GREEN value IS 178 (69.92% from 255) = 59.93%

 BLUE value IS 72 (28.52% from 255) = 24.24%

R = 15.82%
G = 59.93%
B = 24.24%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.60

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2FB248 (or 0x2FB248) is known color: Chateau Green. HEX triplet: 2F, B2 and 48. RGB value is (47,178,72). Sum of RGB (Red+Green+Blue) = 47+178+72=297 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.82% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #2FB248 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FB248 is #D04DB7. Grayscale: #7F7F7F. Windows color (decimal): -13651384 or 4764207. OLE color: 4764207.

HSL color Cylindrical-coordinate representation of color #2FB248: hue angle of 131.45º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2FB248 is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 47 178 72 -
CMYK 0.74 0 0.60 0.30
HSL 131.45º 0.58% 0.44% -
HSV(B) 131.45º 0.74% 0.7% -
XYZ 18.26 32.91 11.52 -
YUV 126.75 97.1 71.12 -
System Red Green Blue C M Y K H S L
Decimal 47 178 72 0.74 0 0.60 0.30 131.45 0.58 0.44
Hex 2F B2 48 4A 0 3C 1E 83 3A 2C
Octal 57 262 110 112 0 74 36 203 72 54
Binary 101111 10110010 1001000 1001010 0 111100 11110 10000011 111010 101100

Color Harmonies of #2FB248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB248

Black with #2FB248

Text Example


Text Example

White with #2FB248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2FB248; }

 p { color: rgb(47,178,72); }

 H1.HeaderClassName
 {
   color: #2FB248;
 }
 .AnyTagClassName
 {
   color: #2FB248;
 }
</style>

background-color css

<style>
 a { background-color: #2FB248; }

 a { background-color: rgb(47,178,72); }

 div.DivClassName
 {
   background-color: #2FB248;
 }
 .BgClassName
 {
   background-color: #2FB248;
 }
</style>

border-color css

<style>
 span { border-color: #2FB248; }

 span { border-color: rgb(47,178,72); }

 td.TdClassName
 {
   border-color: #2FB248;
 }
 .TagClassName
 {
   border-color: #2FB248;
 }
</style>