Html Css Color HEX #303918 Turtle Green

📋 copy color: '#303918'

red 48 ◦ green 57 ◦ blue 24

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

Shades of Turtle Green #303918

Tints of Turtle Green #303918

RGB

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

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

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

R = 37.21%
G = 44.19%
B = 18.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#303918 (or 0x303918) is known color: Turtle Green. HEX triplet: 30, 39 and 18. RGB value is (48,57,24). Sum of RGB (Red+Green+Blue) = 48+57+24=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 57 (22.66% from 255 or 44.19% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 57 - color contains mainly: green. Hex color #303918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303918 is #CFC6E7. Grayscale: #323232. Windows color (decimal): -13616872 or 1587504. OLE color: 1587504.

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

Color convert

RGB 48 57 24 -
CMYK 0.16 0 0.58 0.78
HSL 76.36º 0.41% 0.16% -
HSV(B) 76.36º 0.58% 0.22% -
XYZ 2.85 3.62 1.41 -
YUV 50.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 48 57 24 0.16 0 0.58 0.78 76.36 0.41 0.16
Hex 30 39 18 10 0 3A 4E 4C 29 10
Octal 60 71 30 20 0 72 116 114 51 20
Binary 110000 111001 11000 10000 0 111010 1001110 1001100 101001 10000

Color Harmonies of #303918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303918

Black with #303918

Text Example


Text Example

White with #303918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303918; }

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

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

background-color css

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

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

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

border-color css

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

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

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