Html Css Color HEX #305304 Turtle Green

📋 copy color: '#305304'

red 48 ◦ green 83 ◦ blue 4

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

Shades of Turtle Green #305304

Tints of Turtle Green #305304

RGB

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

 GREEN value IS 83 (32.81% from 255) = 61.48%

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

R = 35.56%
G = 61.48%
B = 2.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#305304 (or 0x305304) is known color: Turtle Green. HEX triplet: 30, 53 and 04. RGB value is (48,83,4). Sum of RGB (Red+Green+Blue) = 48+83+4=135 (17% of max value = 765). Red value is 48 (19.14% from 255 or 35.56% from 135); Green value is 83 (32.81% from 255 or 61.48% from 135); Blue value is 4 (1.95% from 255 or 2.96% from 135); Max value from RGB is 83 - color contains mainly: green. Hex color #305304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305304 is #CFACFB. Grayscale: #3F3F3F. Windows color (decimal): -13610236 or 283440. OLE color: 283440.

HSL color Cylindrical-coordinate representation of color #305304: hue angle of 86.58º 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 #305304 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 4 -
CMYK 0.42 0 0.95 0.67
HSL 86.58º 0.91% 0.17% -
HSV(B) 86.58º 0.95% 0.33% -
XYZ 4.33 6.82 1.2 -
YUV 63.53 94.4 116.92 -
System Red Green Blue C M Y K H S L
Decimal 48 83 4 0.42 0 0.95 0.67 86.58 0.91 0.17
Hex 30 53 4 2A 0 5F 43 57 5B 11
Octal 60 123 4 52 0 137 103 127 133 21
Binary 110000 1010011 100 101010 0 1011111 1000011 1010111 1011011 10001

Color Harmonies of #305304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305304

Black with #305304

Text Example


Text Example

White with #305304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305304; }

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

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

background-color css

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

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

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

border-color css

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

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

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