Html Css Color HEX #303718 Turtle Green

📋 copy color: '#303718'

red 48 ◦ green 55 ◦ blue 24

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

Shades of Turtle Green #303718

Tints of Turtle Green #303718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 37.8%
G = 43.31%
B = 18.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#303718 (or 0x303718) is known color: Turtle Green. HEX triplet: 30, 37 and 18. RGB value is (48,55,24). Sum of RGB (Red+Green+Blue) = 48+55+24=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #303718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303718 is #CFC8E7. Grayscale: #313131. Windows color (decimal): -13617384 or 1586992. OLE color: 1586992.

HSL color Cylindrical-coordinate representation of color #303718: hue angle of 73.55º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #303718 is Cyan = 0.13, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 55 24 -
CMYK 0.13 0 0.56 0.78
HSL 73.55º 0.39% 0.15% -
HSV(B) 73.55º 0.56% 0.22% -
XYZ 2.75 3.43 1.38 -
YUV 49.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 48 55 24 0.13 0 0.56 0.78 73.55 0.39 0.15
Hex 30 37 18 D 0 38 4E 4A 27 F
Octal 60 67 30 15 0 70 116 112 47 17
Binary 110000 110111 11000 1101 0 111000 1001110 1001010 100111 1111

Color Harmonies of #303718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303718

Black with #303718

Text Example


Text Example

White with #303718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303718; }

 p { color: rgb(48,55,24); }

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

background-color css

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

 a { background-color: rgb(48,55,24); }

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

border-color css

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

 span { border-color: rgb(48,55,24); }

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