Html Css Color HEX #2D330E Turtle Green

📋 copy color: '#2D330E'

red 45 ◦ green 51 ◦ blue 14

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

Shades of Turtle Green #2D330E

Tints of Turtle Green #2D330E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 46.36%

 BLUE value IS 14 (5.86% from 255) = 12.73%

R = 40.91%
G = 46.36%
B = 12.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.73

 K value IS 0.8

RGB Variations

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

Color information

#2D330E (or 0x2D330E) is known color: Turtle Green. HEX triplet: 2D, 33 and 0E. RGB value is (45,51,14). Sum of RGB (Red+Green+Blue) = 45+51+14=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #2D330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D330E is #D2CCF1. Grayscale: #2D2D2D. Windows color (decimal): -13815026 or 930605. OLE color: 930605.

HSL color Cylindrical-coordinate representation of color #2D330E: hue angle of 69.73º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D330E is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB 45 51 14 -
CMYK 0.12 0 0.73 0.8
HSL 69.73º 0.57% 0.13% -
HSV(B) 69.73º 0.73% 0.2% -
XYZ 2.35 2.96 0.86 -
YUV 44.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 45 51 14 0.12 0 0.73 0.8 69.73 0.57 0.13
Hex 2D 33 E C 0 49 50 46 39 D
Octal 55 63 16 14 0 111 120 106 71 15
Binary 101101 110011 1110 1100 0 1001001 1010000 1000110 111001 1101

Color Harmonies of #2D330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D330E

Black with #2D330E

Text Example


Text Example

White with #2D330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,51,14); }

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

background-color css

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

 a { background-color: rgb(45,51,14); }

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

border-color css

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

 span { border-color: rgb(45,51,14); }

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