Html Css Color HEX #303E00 Turtle Green

📋 copy color: '#303E00'

red 48 ◦ green 62 ◦ blue 0

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

Shades of Turtle Green #303E00

Tints of Turtle Green #303E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.64%
G = 56.36%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#303E00 (or 0x303E00) is known color: Turtle Green. HEX triplet: 30, 3E and 00. RGB value is (48,62,0). Sum of RGB (Red+Green+Blue) = 48+62+0=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 62 (24.61% from 255 or 56.36% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 62 - color contains mainly: green. Hex color #303E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #303E00 is #CFC1FF. Grayscale: #323232. Windows color (decimal): -13615616 or 15920. OLE color: 15920.

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

Color convert

RGB 48 62 0 -
CMYK 0.23 0 1 0.76
HSL 73.55º 1% 0.12% -
HSV(B) 73.55º 1% 0.24% -
XYZ 2.94 4.07 0.63 -
YUV 50.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 48 62 0 0.23 0 1 0.76 73.55 1 0.12
Hex 30 3E 0 17 0 64 4C 4A 64 C
Octal 60 76 0 27 0 144 114 112 144 14
Binary 110000 111110 0 10111 0 1100100 1001100 1001010 1100100 1100

Color Harmonies of #303E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303E00

Black with #303E00

Text Example


Text Example

White with #303E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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