Html Css Color HEX #2C4000 Turtle Green

📋 copy color: '#2C4000'

red 44 ◦ green 64 ◦ blue 0

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

Shades of Turtle Green #2C4000

Tints of Turtle Green #2C4000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.74%
G = 59.26%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#2C4000 (or 0x2C4000) is known color: Turtle Green. HEX triplet: 2C, 40 and 00. RGB value is (44,64,0). Sum of RGB (Red+Green+Blue) = 44+64+0=108 (14% of max value = 765). Red value is 44 (17.58% from 255 or 40.74% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4000 is #D3BFFF. Grayscale: #323232. Windows color (decimal): -13877248 or 16428. OLE color: 16428.

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

Color convert

RGB 44 64 0 -
CMYK 0.31 0 1 0.75
HSL 78.75º 1% 0.13% -
HSV(B) 78.75º 1% 0.25% -
XYZ 2.87 4.2 0.66 -
YUV 50.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 44 64 0 0.31 0 1 0.75 78.75 1 0.13
Hex 2C 40 0 1F 0 64 4B 4F 64 D
Octal 54 100 0 37 0 144 113 117 144 15
Binary 101100 1000000 0 11111 0 1100100 1001011 1001111 1100100 1101

Color Harmonies of #2C4000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4000

Black with #2C4000

Text Example


Text Example

White with #2C4000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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