Html Css Color HEX #304608 Turtle Green

📋 copy color: '#304608'

red 48 ◦ green 70 ◦ blue 8

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

Shades of Turtle Green #304608

Tints of Turtle Green #304608

RGB

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

 GREEN value IS 70 (27.73% from 255) = 55.56%

 BLUE value IS 8 (3.52% from 255) = 6.35%

R = 38.1%
G = 55.56%
B = 6.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#304608 (or 0x304608) is known color: Turtle Green. HEX triplet: 30, 46 and 08. RGB value is (48,70,8). Sum of RGB (Red+Green+Blue) = 48+70+8=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 70 (27.73% from 255 or 55.56% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 70 - color contains mainly: green. Hex color #304608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304608 is #CFB9F7. Grayscale: #383838. Windows color (decimal): -13613560 or 542256. OLE color: 542256.

HSL color Cylindrical-coordinate representation of color #304608: hue angle of 81.29º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #304608 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 48 70 8 -
CMYK 0.31 0 0.89 0.73
HSL 81.29º 0.79% 0.15% -
HSV(B) 81.29º 0.89% 0.27% -
XYZ 3.45 5.03 1.02 -
YUV 56.35 100.71 122.04 -
System Red Green Blue C M Y K H S L
Decimal 48 70 8 0.31 0 0.89 0.73 81.29 0.79 0.15
Hex 30 46 8 1F 0 59 49 51 4F F
Octal 60 106 10 37 0 131 111 121 117 17
Binary 110000 1000110 1000 11111 0 1011001 1001001 1010001 1001111 1111

Color Harmonies of #304608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304608

Black with #304608

Text Example


Text Example

White with #304608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304608; }

 p { color: rgb(48,70,8); }

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

background-color css

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

 a { background-color: rgb(48,70,8); }

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

border-color css

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

 span { border-color: rgb(48,70,8); }

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