Html Css Color HEX #2D450B Turtle Green

📋 copy color: '#2D450B'

red 45 ◦ green 69 ◦ blue 11

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

Shades of Turtle Green #2D450B

Tints of Turtle Green #2D450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 55.2%

 BLUE value IS 11 (4.69% from 255) = 8.8%

R = 36%
G = 55.2%
B = 8.8%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.73

RGB Variations

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

Color information

#2D450B (or 0x2D450B) is known color: Turtle Green. HEX triplet: 2D, 45 and 0B. RGB value is (45,69,11). Sum of RGB (Red+Green+Blue) = 45+69+11=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #2D450B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D450B is #D2BAF4. Grayscale: #373737. Windows color (decimal): -13810421 or 738605. OLE color: 738605.

HSL color Cylindrical-coordinate representation of color #2D450B: hue angle of 84.83º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D450B is Cyan = 0.35, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB 45 69 11 -
CMYK 0.35 0 0.84 0.73
HSL 84.83º 0.73% 0.16% -
HSV(B) 84.83º 0.84% 0.27% -
XYZ 3.27 4.84 1.08 -
YUV 55.21 103.05 120.72 -
System Red Green Blue C M Y K H S L
Decimal 45 69 11 0.35 0 0.84 0.73 84.83 0.73 0.16
Hex 2D 45 B 23 0 54 49 55 48 10
Octal 55 105 13 43 0 124 111 125 110 20
Binary 101101 1000101 1011 100011 0 1010100 1001001 1010101 1001000 10000

Color Harmonies of #2D450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D450B

Black with #2D450B

Text Example


Text Example

White with #2D450B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,69,11); }

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

background-color css

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

 a { background-color: rgb(45,69,11); }

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

border-color css

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

 span { border-color: rgb(45,69,11); }

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