Html Css Color HEX #2F9540 Chateau Green

📋 copy color: '#2F9540'

red 47 ◦ green 149 ◦ blue 64

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

Shades of Chateau Green #2F9540

Tints of Chateau Green #2F9540

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 18.08%
G = 57.31%
B = 24.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#2F9540 (or 0x2F9540) is known color: Chateau Green. HEX triplet: 2F, 95 and 40. RGB value is (47,149,64). Sum of RGB (Red+Green+Blue) = 47+149+64=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9540 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9540 is #D06ABF. Grayscale: #6D6D6D. Windows color (decimal): -13658816 or 4232495. OLE color: 4232495.

HSL color Cylindrical-coordinate representation of color #2F9540: hue angle of 130º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9540 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 64 -
CMYK 0.68 0 0.57 0.42
HSL 130º 0.52% 0.38% -
HSV(B) 130º 0.68% 0.58% -
XYZ 12.85 22.47 8.51 -
YUV 108.81 102.71 83.91 -
System Red Green Blue C M Y K H S L
Decimal 47 149 64 0.68 0 0.57 0.42 130 0.52 0.38
Hex 2F 95 40 44 0 39 2A 82 34 26
Octal 57 225 100 104 0 71 52 202 64 46
Binary 101111 10010101 1000000 1000100 0 111001 101010 10000010 110100 100110

Color Harmonies of #2F9540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9540

Black with #2F9540

Text Example


Text Example

White with #2F9540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,149,64); }

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

background-color css

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

 a { background-color: rgb(47,149,64); }

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

border-color css

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

 span { border-color: rgb(47,149,64); }

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