Html Css Color HEX #2D420F Turtle Green

📋 copy color: '#2D420F'

red 45 ◦ green 66 ◦ blue 15

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

Shades of Turtle Green #2D420F

Tints of Turtle Green #2D420F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 52.38%

 BLUE value IS 15 (6.25% from 255) = 11.9%

R = 35.71%
G = 52.38%
B = 11.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#2D420F (or 0x2D420F) is known color: Turtle Green. HEX triplet: 2D, 42 and 0F. RGB value is (45,66,15). Sum of RGB (Red+Green+Blue) = 45+66+15=126 (16% of max value = 765). Red value is 45 (17.97% from 255 or 35.71% from 126); Green value is 66 (26.17% from 255 or 52.38% from 126); Blue value is 15 (6.25% from 255 or 11.90% from 126); Max value from RGB is 66 - color contains mainly: green. Hex color #2D420F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D420F is #D2BDF0. Grayscale: #363636. Windows color (decimal): -13811185 or 999981. OLE color: 999981.

HSL color Cylindrical-coordinate representation of color #2D420F: hue angle of 84.71º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2D420F is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 45 66 15 -
CMYK 0.32 0 0.77 0.74
HSL 84.71º 0.63% 0.16% -
HSV(B) 84.71º 0.77% 0.26% -
XYZ 3.12 4.49 1.15 -
YUV 53.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 45 66 15 0.32 0 0.77 0.74 84.71 0.63 0.16
Hex 2D 42 F 20 0 4D 4A 55 3F 10
Octal 55 102 17 40 0 115 112 125 77 20
Binary 101101 1000010 1111 100000 0 1001101 1001010 1010101 111111 10000

Color Harmonies of #2D420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D420F

Black with #2D420F

Text Example


Text Example

White with #2D420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,66,15); }

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

background-color css

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

 a { background-color: rgb(45,66,15); }

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

border-color css

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

 span { border-color: rgb(45,66,15); }

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