Html Css Color HEX #304318 Turtle Green

📋 copy color: '#304318'

red 48 ◦ green 67 ◦ blue 24

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

Shades of Turtle Green #304318

Tints of Turtle Green #304318

RGB

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

 GREEN value IS 67 (26.56% from 255) = 48.2%

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

R = 34.53%
G = 48.2%
B = 17.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#304318 (or 0x304318) is known color: Turtle Green. HEX triplet: 30, 43 and 18. RGB value is (48,67,24). Sum of RGB (Red+Green+Blue) = 48+67+24=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #304318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304318 is #CFBCE7. Grayscale: #383838. Windows color (decimal): -13614312 or 1590064. OLE color: 1590064.

HSL color Cylindrical-coordinate representation of color #304318: hue angle of 86.51º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #304318 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 24 -
CMYK 0.28 0 0.64 0.74
HSL 86.51º 0.47% 0.18% -
HSV(B) 86.51º 0.64% 0.26% -
XYZ 3.39 4.71 1.59 -
YUV 56.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 48 67 24 0.28 0 0.64 0.74 86.51 0.47 0.18
Hex 30 43 18 1C 0 40 4A 57 2F 12
Octal 60 103 30 34 0 100 112 127 57 22
Binary 110000 1000011 11000 11100 0 1000000 1001010 1010111 101111 10010

Color Harmonies of #304318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304318

Black with #304318

Text Example


Text Example

White with #304318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304318; }

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

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

background-color css

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

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

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

border-color css

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

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

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