Html Css Color HEX #2C400B Turtle Green

📋 copy color: '#2C400B'

red 44 ◦ green 64 ◦ blue 11

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

Shades of Turtle Green #2C400B

Tints of Turtle Green #2C400B

RGB

 RED value IS 44 (17.58% from 255) = 36.97%

 GREEN value IS 64 (25.39% from 255) = 53.78%

 BLUE value IS 11 (4.69% from 255) = 9.24%

R = 36.97%
G = 53.78%
B = 9.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#2C400B (or 0x2C400B) is known color: Turtle Green. HEX triplet: 2C, 40 and 0B. RGB value is (44,64,11). Sum of RGB (Red+Green+Blue) = 44+64+11=119 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.97% from 119); Green value is 64 (25.39% from 255 or 53.78% from 119); Blue value is 11 (4.69% from 255 or 9.24% from 119); Max value from RGB is 64 - color contains mainly: green. Hex color #2C400B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C400B is #D3BFF4. Grayscale: #343434. Windows color (decimal): -13877237 or 737324. OLE color: 737324.

HSL color Cylindrical-coordinate representation of color #2C400B: hue angle of 82.64º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C400B is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 64 11 -
CMYK 0.31 0 0.83 0.75
HSL 82.64º 0.71% 0.15% -
HSV(B) 82.64º 0.83% 0.25% -
XYZ 2.93 4.23 0.98 -
YUV 51.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 44 64 11 0.31 0 0.83 0.75 82.64 0.71 0.15
Hex 2C 40 B 1F 0 53 4B 53 47 F
Octal 54 100 13 37 0 123 113 123 107 17
Binary 101100 1000000 1011 11111 0 1010011 1001011 1010011 1000111 1111

Color Harmonies of #2C400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C400B

Black with #2C400B

Text Example


Text Example

White with #2C400B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,64,11); }

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

background-color css

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

 a { background-color: rgb(44,64,11); }

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

border-color css

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

 span { border-color: rgb(44,64,11); }

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