Html Css Color HEX #303517 Turtle Green

📋 copy color: '#303517'

red 48 ◦ green 53 ◦ blue 23

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

Shades of Turtle Green #303517

Tints of Turtle Green #303517

RGB

 RED value IS 48 (19.14% from 255) = 38.71%

 GREEN value IS 53 (21.09% from 255) = 42.74%

 BLUE value IS 23 (9.38% from 255) = 18.55%

R = 38.71%
G = 42.74%
B = 18.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#303517 (or 0x303517) is known color: Turtle Green. HEX triplet: 30, 35 and 17. RGB value is (48,53,23). Sum of RGB (Red+Green+Blue) = 48+53+23=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 53 (21.09% from 255 or 42.74% from 124); Blue value is 23 (9.38% from 255 or 18.55% from 124); Max value from RGB is 53 - color contains mainly: green. Hex color #303517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303517 is #CFCAE8. Grayscale: #303030. Windows color (decimal): -13617897 or 1520944. OLE color: 1520944.

HSL color Cylindrical-coordinate representation of color #303517: hue angle of 70º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #303517 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 53 23 -
CMYK 0.09 0 0.57 0.79
HSL 70º 0.39% 0.15% -
HSV(B) 70º 0.57% 0.21% -
XYZ 2.65 3.24 1.3 -
YUV 48.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 48 53 23 0.09 0 0.57 0.79 70 0.39 0.15
Hex 30 35 17 9 0 39 4F 46 27 F
Octal 60 65 27 11 0 71 117 106 47 17
Binary 110000 110101 10111 1001 0 111001 1001111 1000110 100111 1111

Color Harmonies of #303517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303517

Black with #303517

Text Example


Text Example

White with #303517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303517; }

 p { color: rgb(48,53,23); }

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

background-color css

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

 a { background-color: rgb(48,53,23); }

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

border-color css

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

 span { border-color: rgb(48,53,23); }

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