Html Css Color HEX #305504 Turtle Green

📋 copy color: '#305504'

red 48 ◦ green 85 ◦ blue 4

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

Shades of Turtle Green #305504

Tints of Turtle Green #305504

RGB

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

 GREEN value IS 85 (33.59% from 255) = 62.04%

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

R = 35.04%
G = 62.04%
B = 2.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#305504 (or 0x305504) is known color: Turtle Green. HEX triplet: 30, 55 and 04. RGB value is (48,85,4). Sum of RGB (Red+Green+Blue) = 48+85+4=137 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.04% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 4 (1.95% from 255 or 2.92% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #305504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305504 is #CFAAFB. Grayscale: #404040. Windows color (decimal): -13609724 or 283952. OLE color: 283952.

HSL color Cylindrical-coordinate representation of color #305504: hue angle of 87.41º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #305504 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 85 4 -
CMYK 0.44 0 0.95 0.67
HSL 87.41º 0.91% 0.17% -
HSV(B) 87.41º 0.95% 0.33% -
XYZ 4.49 7.13 1.26 -
YUV 64.7 93.74 116.09 -
System Red Green Blue C M Y K H S L
Decimal 48 85 4 0.44 0 0.95 0.67 87.41 0.91 0.17
Hex 30 55 4 2C 0 5F 43 57 5B 11
Octal 60 125 4 54 0 137 103 127 133 21
Binary 110000 1010101 100 101100 0 1011111 1000011 1010111 1011011 10001

Color Harmonies of #305504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305504

Black with #305504

Text Example


Text Example

White with #305504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305504; }

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

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

background-color css

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

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

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

border-color css

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

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

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