Html Css Color HEX #303E02 Turtle Green

📋 copy color: '#303E02'

red 48 ◦ green 62 ◦ blue 2

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

Shades of Turtle Green #303E02

Tints of Turtle Green #303E02

RGB

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

 GREEN value IS 62 (24.61% from 255) = 55.36%

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

R = 42.86%
G = 55.36%
B = 1.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#303E02 (or 0x303E02) is known color: Turtle Green. HEX triplet: 30, 3E and 02. RGB value is (48,62,2). Sum of RGB (Red+Green+Blue) = 48+62+2=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 62 (24.61% from 255 or 55.36% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 62 - color contains mainly: green. Hex color #303E02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E02 is #CFC1FD. Grayscale: #333333. Windows color (decimal): -13615614 or 146992. OLE color: 146992.

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

Color convert

RGB 48 62 2 -
CMYK 0.23 0 0.97 0.76
HSL 74º 0.94% 0.13% -
HSV(B) 74º 0.97% 0.24% -
XYZ 2.95 4.08 0.69 -
YUV 50.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 48 62 2 0.23 0 0.97 0.76 74 0.94 0.13
Hex 30 3E 2 17 0 61 4C 4A 5E D
Octal 60 76 2 27 0 141 114 112 136 15
Binary 110000 111110 10 10111 0 1100001 1001100 1001010 1011110 1101

Color Harmonies of #303E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E02

Black with #303E02

Text Example


Text Example

White with #303E02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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