Html Css Color HEX #304104 Turtle Green

📋 copy color: '#304104'

red 48 ◦ green 65 ◦ blue 4

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

Shades of Turtle Green #304104

Tints of Turtle Green #304104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.56%

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

R = 41.03%
G = 55.56%
B = 3.42%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#304104 (or 0x304104) is known color: Turtle Green. HEX triplet: 30, 41 and 04. RGB value is (48,65,4). Sum of RGB (Red+Green+Blue) = 48+65+4=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #304104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304104 is #CFBEFB. Grayscale: #353535. Windows color (decimal): -13614844 or 278832. OLE color: 278832.

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

Color convert

RGB 48 65 4 -
CMYK 0.26 0 0.94 0.75
HSL 76.72º 0.88% 0.14% -
HSV(B) 76.72º 0.94% 0.25% -
XYZ 3.13 4.42 0.8 -
YUV 52.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 48 65 4 0.26 0 0.94 0.75 76.72 0.88 0.14
Hex 30 41 4 1A 0 5E 4B 4D 58 E
Octal 60 101 4 32 0 136 113 115 130 16
Binary 110000 1000001 100 11010 0 1011110 1001011 1001101 1011000 1110

Color Harmonies of #304104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304104

Black with #304104

Text Example


Text Example

White with #304104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304104; }

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

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

background-color css

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

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

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

border-color css

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

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

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