Html Css Color HEX #2D3F04 Turtle Green

📋 copy color: '#2D3F04'

red 45 ◦ green 63 ◦ blue 4

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

Shades of Turtle Green #2D3F04

Tints of Turtle Green #2D3F04

RGB

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

 GREEN value IS 63 (25% from 255) = 56.25%

 BLUE value IS 4 (1.95% from 255) = 3.57%

R = 40.18%
G = 56.25%
B = 3.57%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#2D3F04 (or 0x2D3F04) is known color: Turtle Green. HEX triplet: 2D, 3F and 04. RGB value is (45,63,4). Sum of RGB (Red+Green+Blue) = 45+63+4=112 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.18% from 112); Green value is 63 (25% from 255 or 56.25% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 63 - color contains mainly: green. Hex color #2D3F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D3F04 is #D2C0FB. Grayscale: #333333. Windows color (decimal): -13811964 or 278317. OLE color: 278317.

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

Color convert

RGB 45 63 4 -
CMYK 0.29 0 0.94 0.75
HSL 78.31º 0.88% 0.13% -
HSV(B) 78.31º 0.94% 0.25% -
XYZ 2.88 4.12 0.76 -
YUV 50.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 45 63 4 0.29 0 0.94 0.75 78.31 0.88 0.13
Hex 2D 3F 4 1D 0 5E 4B 4E 58 D
Octal 55 77 4 35 0 136 113 116 130 15
Binary 101101 111111 100 11101 0 1011110 1001011 1001110 1011000 1101

Color Harmonies of #2D3F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3F04

Black with #2D3F04

Text Example


Text Example

White with #2D3F04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,63,4); }

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

background-color css

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

 a { background-color: rgb(45,63,4); }

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

border-color css

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

 span { border-color: rgb(45,63,4); }

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