Html Css Color HEX #305202 Turtle Green

📋 copy color: '#305202'

red 48 ◦ green 82 ◦ blue 2

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

Shades of Turtle Green #305202

Tints of Turtle Green #305202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 62.12%

 BLUE value IS 2 (1.17% from 255) = 1.52%

R = 36.36%
G = 62.12%
B = 1.52%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.98

 K value IS 0.68

RGB Variations

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

Color information

#305202 (or 0x305202) is known color: Turtle Green. HEX triplet: 30, 52 and 02. RGB value is (48,82,2). Sum of RGB (Red+Green+Blue) = 48+82+2=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 82 (32.42% from 255 or 62.12% from 132); Blue value is 2 (1.17% from 255 or 1.52% from 132); Max value from RGB is 82 - color contains mainly: green. Hex color #305202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305202 is #CFADFD. Grayscale: #3E3E3E. Windows color (decimal): -13610494 or 152112. OLE color: 152112.

HSL color Cylindrical-coordinate representation of color #305202: hue angle of 85.5º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305202 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.68.

Color convert

RGB 48 82 2 -
CMYK 0.41 0 0.98 0.68
HSL 85.5º 0.95% 0.16% -
HSV(B) 85.5º 0.98% 0.32% -
XYZ 4.25 6.67 1.12 -
YUV 62.71 93.74 117.5 -
System Red Green Blue C M Y K H S L
Decimal 48 82 2 0.41 0 0.98 0.68 85.5 0.95 0.16
Hex 30 52 2 29 0 62 44 56 5F 10
Octal 60 122 2 51 0 142 104 126 137 20
Binary 110000 1010010 10 101001 0 1100010 1000100 1010110 1011111 10000

Color Harmonies of #305202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305202

Black with #305202

Text Example


Text Example

White with #305202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305202; }

 p { color: rgb(48,82,2); }

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

background-color css

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

 a { background-color: rgb(48,82,2); }

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

border-color css

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

 span { border-color: rgb(48,82,2); }

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