Html Css Color HEX #304302 Turtle Green

📋 copy color: '#304302'

red 48 ◦ green 67 ◦ blue 2

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

Shades of Turtle Green #304302

Tints of Turtle Green #304302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 57.26%

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

R = 41.03%
G = 57.26%
B = 1.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#304302 (or 0x304302) is known color: Turtle Green. HEX triplet: 30, 43 and 02. RGB value is (48,67,2). Sum of RGB (Red+Green+Blue) = 48+67+2=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #304302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #304302 is #CFBCFD. Grayscale: #363636. Windows color (decimal): -13614334 or 148272. OLE color: 148272.

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

Color convert

RGB 48 67 2 -
CMYK 0.28 0 0.97 0.74
HSL 77.54º 0.94% 0.14% -
HSV(B) 77.54º 0.97% 0.26% -
XYZ 3.24 4.65 0.78 -
YUV 53.91 98.71 123.79 -
System Red Green Blue C M Y K H S L
Decimal 48 67 2 0.28 0 0.97 0.74 77.54 0.94 0.14
Hex 30 43 2 1C 0 61 4A 4E 5E E
Octal 60 103 2 34 0 141 112 116 136 16
Binary 110000 1000011 10 11100 0 1100001 1001010 1001110 1011110 1110

Color Harmonies of #304302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304302

Black with #304302

Text Example


Text Example

White with #304302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304302; }

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

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

background-color css

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

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

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

border-color css

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

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

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