Html Css Color HEX #304004 Turtle Green

📋 copy color: '#304004'

red 48 ◦ green 64 ◦ blue 4

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

Shades of Turtle Green #304004

Tints of Turtle Green #304004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

 BLUE value IS 4 (1.95% from 255) = 3.45%

R = 41.38%
G = 55.17%
B = 3.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#304004 (or 0x304004) is known color: Turtle Green. HEX triplet: 30, 40 and 04. RGB value is (48,64,4). Sum of RGB (Red+Green+Blue) = 48+64+4=116 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.38% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #304004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304004 is #CFBFFB. Grayscale: #343434. Windows color (decimal): -13615100 or 278576. OLE color: 278576.

HSL color Cylindrical-coordinate representation of color #304004: hue angle of 76º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #304004 is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 64 4 -
CMYK 0.25 0 0.94 0.75
HSL 76º 0.88% 0.13% -
HSV(B) 76º 0.94% 0.25% -
XYZ 3.07 4.3 0.78 -
YUV 52.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 48 64 4 0.25 0 0.94 0.75 76 0.88 0.13
Hex 30 40 4 19 0 5E 4B 4C 58 D
Octal 60 100 4 31 0 136 113 114 130 15
Binary 110000 1000000 100 11001 0 1011110 1001011 1001100 1011000 1101

Color Harmonies of #304004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304004

Black with #304004

Text Example


Text Example

White with #304004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304004; }

 p { color: rgb(48,64,4); }

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

background-color css

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

 a { background-color: rgb(48,64,4); }

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

border-color css

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

 span { border-color: rgb(48,64,4); }

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