Html Css Color HEX #2B9C3F Chateau Green

📋 copy color: '#2B9C3F'

red 43 ◦ green 156 ◦ blue 63

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

Shades of Chateau Green #2B9C3F

Tints of Chateau Green #2B9C3F

RGB

 RED value IS 43 (17.19% from 255) = 16.41%

 GREEN value IS 156 (61.33% from 255) = 59.54%

 BLUE value IS 63 (25% from 255) = 24.05%

R = 16.41%
G = 59.54%
B = 24.05%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.60

 K value IS 0.39

RGB Variations

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

Color information

#2B9C3F (or 0x2B9C3F) is known color: Chateau Green. HEX triplet: 2B, 9C and 3F. RGB value is (43,156,63). Sum of RGB (Red+Green+Blue) = 43+156+63=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 156 (61.33% from 255 or 59.54% from 262); Blue value is 63 (25% from 255 or 24.05% from 262); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2B9C3F is #D463C0. Grayscale: #6F6F6F. Windows color (decimal): -13919169 or 4168747. OLE color: 4168747.

HSL color Cylindrical-coordinate representation of color #2B9C3F: hue angle of 130.62º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C3F is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.

Color convert

RGB 43 156 63 -
CMYK 0.72 0 0.60 0.39
HSL 130.62º 0.57% 0.39% -
HSV(B) 130.62º 0.72% 0.61% -
XYZ 13.78 24.65 8.73 -
YUV 111.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 43 156 63 0.72 0 0.60 0.39 130.62 0.57 0.39
Hex 2B 9C 3F 48 0 3C 27 83 39 27
Octal 53 234 77 110 0 74 47 203 71 47
Binary 101011 10011100 111111 1001000 0 111100 100111 10000011 111001 100111

Color Harmonies of #2B9C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9C3F

Black with #2B9C3F

Text Example


Text Example

White with #2B9C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,156,63); }

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

background-color css

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

 a { background-color: rgb(43,156,63); }

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

border-color css

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

 span { border-color: rgb(43,156,63); }

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