Html Css Color HEX #2C4002 Turtle Green

📋 copy color: '#2C4002'

red 44 ◦ green 64 ◦ blue 2

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

Shades of Turtle Green #2C4002

Tints of Turtle Green #2C4002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.82%

R = 40%
G = 58.18%
B = 1.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#2C4002 (or 0x2C4002) is known color: Turtle Green. HEX triplet: 2C, 40 and 02. RGB value is (44,64,2). Sum of RGB (Red+Green+Blue) = 44+64+2=110 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4002 is #D3BFFD. Grayscale: #333333. Windows color (decimal): -13877246 or 147500. OLE color: 147500.

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

Color convert

RGB 44 64 2 -
CMYK 0.31 0 0.97 0.75
HSL 79.35º 0.94% 0.13% -
HSV(B) 79.35º 0.97% 0.25% -
XYZ 2.88 4.21 0.72 -
YUV 50.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 44 64 2 0.31 0 0.97 0.75 79.35 0.94 0.13
Hex 2C 40 2 1F 0 61 4B 4F 5E D
Octal 54 100 2 37 0 141 113 117 136 15
Binary 101100 1000000 10 11111 0 1100001 1001011 1001111 1011110 1101

Color Harmonies of #2C4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4002

Black with #2C4002

Text Example


Text Example

White with #2C4002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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