Html Css Color HEX #2C4003 Turtle Green

📋 copy color: '#2C4003'

red 44 ◦ green 64 ◦ blue 3

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

Shades of Turtle Green #2C4003

Tints of Turtle Green #2C4003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.7%

R = 39.64%
G = 57.66%
B = 2.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#2C4003 (or 0x2C4003) is known color: Turtle Green. HEX triplet: 2C, 40 and 03. RGB value is (44,64,3). Sum of RGB (Red+Green+Blue) = 44+64+3=111 (14% of max value = 765). Red value is 44 (17.58% from 255 or 39.64% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 3 (1.56% from 255 or 2.70% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #2C4003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C4003 is #D3BFFC. Grayscale: #333333. Windows color (decimal): -13877245 or 213036. OLE color: 213036.

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

Color convert

RGB 44 64 3 -
CMYK 0.31 0 0.95 0.75
HSL 79.67º 0.91% 0.13% -
HSV(B) 79.67º 0.95% 0.25% -
XYZ 2.89 4.21 0.75 -
YUV 51.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 44 64 3 0.31 0 0.95 0.75 79.67 0.91 0.13
Hex 2C 40 3 1F 0 5F 4B 50 5B D
Octal 54 100 3 37 0 137 113 120 133 15
Binary 101100 1000000 11 11111 0 1011111 1001011 1010000 1011011 1101

Color Harmonies of #2C4003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4003

Black with #2C4003

Text Example


Text Example

White with #2C4003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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