Html Css Color HEX #2D390F Turtle Green

📋 copy color: '#2D390F'

red 45 ◦ green 57 ◦ blue 15

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

Shades of Turtle Green #2D390F

Tints of Turtle Green #2D390F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 48.72%

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

R = 38.46%
G = 48.72%
B = 12.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.74

 K value IS 0.78

RGB Variations

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

Color information

#2D390F (or 0x2D390F) is known color: Turtle Green. HEX triplet: 2D, 39 and 0F. RGB value is (45,57,15). Sum of RGB (Red+Green+Blue) = 45+57+15=117 (15% of max value = 765). Red value is 45 (17.97% from 255 or 38.46% from 117); Green value is 57 (22.66% from 255 or 48.72% from 117); Blue value is 15 (6.25% from 255 or 12.82% from 117); Max value from RGB is 57 - color contains mainly: green. Hex color #2D390F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D390F is #D2C6F0. Grayscale: #303030. Windows color (decimal): -13813489 or 997677. OLE color: 997677.

HSL color Cylindrical-coordinate representation of color #2D390F: hue angle of 77.14º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2D390F is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB 45 57 15 -
CMYK 0.21 0 0.74 0.78
HSL 77.14º 0.58% 0.14% -
HSV(B) 77.14º 0.74% 0.22% -
XYZ 2.63 3.52 0.99 -
YUV 48.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 45 57 15 0.21 0 0.74 0.78 77.14 0.58 0.14
Hex 2D 39 F 15 0 4A 4E 4D 3A E
Octal 55 71 17 25 0 112 116 115 72 16
Binary 101101 111001 1111 10101 0 1001010 1001110 1001101 111010 1110

Color Harmonies of #2D390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D390F

Black with #2D390F

Text Example


Text Example

White with #2D390F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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