Html Css Color HEX #303F18 Turtle Green

📋 copy color: '#303F18'

red 48 ◦ green 63 ◦ blue 24

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

Shades of Turtle Green #303F18

Tints of Turtle Green #303F18

RGB

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

 GREEN value IS 63 (25% from 255) = 46.67%

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

R = 35.56%
G = 46.67%
B = 17.78%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#303F18 (or 0x303F18) is known color: Turtle Green. HEX triplet: 30, 3F and 18. RGB value is (48,63,24). Sum of RGB (Red+Green+Blue) = 48+63+24=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 63 (25% from 255 or 46.67% from 135); Blue value is 24 (9.77% from 255 or 17.78% from 135); Max value from RGB is 63 - color contains mainly: green. Hex color #303F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303F18 is #CFC0E7. Grayscale: #363636. Windows color (decimal): -13615336 or 1589040. OLE color: 1589040.

HSL color Cylindrical-coordinate representation of color #303F18: hue angle of 83.08º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #303F18 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 63 24 -
CMYK 0.24 0 0.62 0.75
HSL 83.08º 0.45% 0.17% -
HSV(B) 83.08º 0.62% 0.25% -
XYZ 3.16 4.25 1.52 -
YUV 54.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 48 63 24 0.24 0 0.62 0.75 83.08 0.45 0.17
Hex 30 3F 18 18 0 3E 4B 53 2D 11
Octal 60 77 30 30 0 76 113 123 55 21
Binary 110000 111111 11000 11000 0 111110 1001011 1010011 101101 10001

Color Harmonies of #303F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F18

Black with #303F18

Text Example


Text Example

White with #303F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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