Html Css Color HEX #2C3A02 Turtle Green

📋 copy color: '#2C3A02'

red 44 ◦ green 58 ◦ blue 2

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

Shades of Turtle Green #2C3A02

Tints of Turtle Green #2C3A02

RGB

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

 GREEN value IS 58 (23.05% from 255) = 55.77%

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

R = 42.31%
G = 55.77%
B = 1.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.77

RGB Variations

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

Color information

#2C3A02 (or 0x2C3A02) is known color: Turtle Green. HEX triplet: 2C, 3A and 02. RGB value is (44,58,2). Sum of RGB (Red+Green+Blue) = 44+58+2=104 (13% of max value = 765). Red value is 44 (17.58% from 255 or 42.31% from 104); Green value is 58 (23.05% from 255 or 55.77% from 104); Blue value is 2 (1.17% from 255 or 1.92% from 104); Max value from RGB is 58 - color contains mainly: green. Hex color #2C3A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3A02 is #D3C5FD. Grayscale: #2F2F2F. Windows color (decimal): -13878782 or 145964. OLE color: 145964.

HSL color Cylindrical-coordinate representation of color #2C3A02: hue angle of 75º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2C3A02 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 58 2 -
CMYK 0.24 0 0.97 0.77
HSL 75º 0.93% 0.12% -
HSV(B) 75º 0.97% 0.23% -
XYZ 2.56 3.57 0.61 -
YUV 47.43 102.36 125.55 -
System Red Green Blue C M Y K H S L
Decimal 44 58 2 0.24 0 0.97 0.77 75 0.93 0.12
Hex 2C 3A 2 18 0 61 4D 4B 5D C
Octal 54 72 2 30 0 141 115 113 135 14
Binary 101100 111010 10 11000 0 1100001 1001101 1001011 1011101 1100

Color Harmonies of #2C3A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3A02

Black with #2C3A02

Text Example


Text Example

White with #2C3A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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