Html Css Color HEX #304D02 Turtle Green

📋 copy color: '#304D02'

red 48 ◦ green 77 ◦ blue 2

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

Shades of Turtle Green #304D02

Tints of Turtle Green #304D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 60.63%

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

R = 37.8%
G = 60.63%
B = 1.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#304D02 (or 0x304D02) is known color: Turtle Green. HEX triplet: 30, 4D and 02. RGB value is (48,77,2). Sum of RGB (Red+Green+Blue) = 48+77+2=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 77 (30.47% from 255 or 60.63% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 77 - color contains mainly: green. Hex color #304D02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #304D02 is #CFB2FD. Grayscale: #3C3C3C. Windows color (decimal): -13611774 or 150832. OLE color: 150832.

HSL color Cylindrical-coordinate representation of color #304D02: hue angle of 83.2º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #304D02 is Cyan = 0.38, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 48 77 2 -
CMYK 0.38 0 0.97 0.70
HSL 83.2º 0.95% 0.15% -
HSV(B) 83.2º 0.97% 0.3% -
XYZ 3.88 5.94 1 -
YUV 59.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 48 77 2 0.38 0 0.97 0.70 83.2 0.95 0.15
Hex 30 4D 2 26 0 61 46 53 5F F
Octal 60 115 2 46 0 141 106 123 137 17
Binary 110000 1001101 10 100110 0 1100001 1000110 1010011 1011111 1111

Color Harmonies of #304D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304D02

Black with #304D02

Text Example


Text Example

White with #304D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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