Html Css Color HEX #303C02 Turtle Green

📋 copy color: '#303C02'

red 48 ◦ green 60 ◦ blue 2

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

Shades of Turtle Green #303C02

Tints of Turtle Green #303C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 54.55%

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

R = 43.64%
G = 54.55%
B = 1.82%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#303C02 (or 0x303C02) is known color: Turtle Green. HEX triplet: 30, 3C and 02. RGB value is (48,60,2). Sum of RGB (Red+Green+Blue) = 48+60+2=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 60 (23.83% from 255 or 54.55% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 60 - color contains mainly: green. Hex color #303C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303C02 is #CFC3FD. Grayscale: #323232. Windows color (decimal): -13616126 or 146480. OLE color: 146480.

HSL color Cylindrical-coordinate representation of color #303C02: hue angle of 72.41º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #303C02 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 60 2 -
CMYK 0.20 0 0.97 0.76
HSL 72.41º 0.94% 0.12% -
HSV(B) 72.41º 0.97% 0.24% -
XYZ 2.85 3.86 0.65 -
YUV 49.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 48 60 2 0.20 0 0.97 0.76 72.41 0.94 0.12
Hex 30 3C 2 14 0 61 4C 48 5E C
Octal 60 74 2 24 0 141 114 110 136 14
Binary 110000 111100 10 10100 0 1100001 1001100 1001000 1011110 1100

Color Harmonies of #303C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303C02

Black with #303C02

Text Example


Text Example

White with #303C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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