Html Css Color HEX #305004 Turtle Green

📋 copy color: '#305004'

red 48 ◦ green 80 ◦ blue 4

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

Shades of Turtle Green #305004

Tints of Turtle Green #305004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 60.61%

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

R = 36.36%
G = 60.61%
B = 3.03%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.95

 K value IS 0.69

RGB Variations

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

Color information

#305004 (or 0x305004) is known color: Turtle Green. HEX triplet: 30, 50 and 04. RGB value is (48,80,4). Sum of RGB (Red+Green+Blue) = 48+80+4=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 80 (31.64% from 255 or 60.61% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 80 - color contains mainly: green. Hex color #305004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305004 is #CFAFFB. Grayscale: #3E3E3E. Windows color (decimal): -13611004 or 282672. OLE color: 282672.

HSL color Cylindrical-coordinate representation of color #305004: hue angle of 85.26º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #305004 is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.69.

Color convert

RGB 48 80 4 -
CMYK 0.40 0 0.95 0.69
HSL 85.26º 0.9% 0.16% -
HSV(B) 85.26º 0.95% 0.31% -
XYZ 4.11 6.37 1.13 -
YUV 61.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 48 80 4 0.40 0 0.95 0.69 85.26 0.9 0.16
Hex 30 50 4 28 0 5F 45 55 5A 10
Octal 60 120 4 50 0 137 105 125 132 20
Binary 110000 1010000 100 101000 0 1011111 1000101 1010101 1011010 10000

Color Harmonies of #305004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305004

Black with #305004

Text Example


Text Example

White with #305004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305004; }

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

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

background-color css

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

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

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

border-color css

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

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

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