Html Css Color HEX #2F9942 Chateau Green

📋 copy color: '#2F9942'

red 47 ◦ green 153 ◦ blue 66

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

Shades of Chateau Green #2F9942

Tints of Chateau Green #2F9942

RGB

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

 GREEN value IS 153 (60.16% from 255) = 57.52%

 BLUE value IS 66 (26.17% from 255) = 24.81%

R = 17.67%
G = 57.52%
B = 24.81%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#2F9942 (or 0x2F9942) is known color: Chateau Green. HEX triplet: 2F, 99 and 42. RGB value is (47,153,66). Sum of RGB (Red+Green+Blue) = 47+153+66=266 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.67% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9942 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9942 is #D066BD. Grayscale: #6F6F6F. Windows color (decimal): -13657790 or 4364591. OLE color: 4364591.

HSL color Cylindrical-coordinate representation of color #2F9942: hue angle of 130.75º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9942 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 66 -
CMYK 0.69 0 0.57 0.4
HSL 130.75º 0.53% 0.39% -
HSV(B) 130.75º 0.69% 0.6% -
XYZ 13.55 23.78 9.03 -
YUV 111.39 102.38 82.07 -
System Red Green Blue C M Y K H S L
Decimal 47 153 66 0.69 0 0.57 0.4 130.75 0.53 0.39
Hex 2F 99 42 45 0 39 28 83 35 27
Octal 57 231 102 105 0 71 50 203 65 47
Binary 101111 10011001 1000010 1000101 0 111001 101000 10000011 110101 100111

Color Harmonies of #2F9942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9942

Black with #2F9942

Text Example


Text Example

White with #2F9942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,153,66); }

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

background-color css

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

 a { background-color: rgb(47,153,66); }

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

border-color css

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

 span { border-color: rgb(47,153,66); }

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