Html Css Color HEX #2D3A0C Turtle Green

📋 copy color: '#2D3A0C'

red 45 ◦ green 58 ◦ blue 12

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

Shades of Turtle Green #2D3A0C

Tints of Turtle Green #2D3A0C

RGB

 RED value IS 45 (17.97% from 255) = 39.13%

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

 BLUE value IS 12 (5.08% from 255) = 10.43%

R = 39.13%
G = 50.43%
B = 10.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.77

RGB Variations

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

Color information

#2D3A0C (or 0x2D3A0C) is known color: Turtle Green. HEX triplet: 2D, 3A and 0C. RGB value is (45,58,12). Sum of RGB (Red+Green+Blue) = 45+58+12=115 (15% of max value = 765). Red value is 45 (17.97% from 255 or 39.13% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 12 (5.08% from 255 or 10.43% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #2D3A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3A0C is #D2C5F3. Grayscale: #313131. Windows color (decimal): -13813236 or 801325. OLE color: 801325.

HSL color Cylindrical-coordinate representation of color #2D3A0C: hue angle of 76.96º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D3A0C is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB 45 58 12 -
CMYK 0.22 0 0.79 0.77
HSL 76.96º 0.66% 0.14% -
HSV(B) 76.96º 0.79% 0.23% -
XYZ 2.66 3.61 0.9 -
YUV 48.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 45 58 12 0.22 0 0.79 0.77 76.96 0.66 0.14
Hex 2D 3A C 16 0 4F 4D 4D 42 E
Octal 55 72 14 26 0 117 115 115 102 16
Binary 101101 111010 1100 10110 0 1001111 1001101 1001101 1000010 1110

Color Harmonies of #2D3A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3A0C

Black with #2D3A0C

Text Example


Text Example

White with #2D3A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,58,12); }

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

background-color css

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

 a { background-color: rgb(45,58,12); }

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

border-color css

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

 span { border-color: rgb(45,58,12); }

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