Html Css Color HEX #333F01 Turtle Green

📋 copy color: '#333F01'

red 51 ◦ green 63 ◦ blue 1

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

Shades of Turtle Green #333F01

Tints of Turtle Green #333F01

RGB

 RED value IS 51 (20.31% from 255) = 44.35%

 GREEN value IS 63 (25% from 255) = 54.78%

 BLUE value IS 1 (0.78% from 255) = 0.87%

R = 44.35%
G = 54.78%
B = 0.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#333F01 (or 0x333F01) is known color: Turtle Green. HEX triplet: 33, 3F and 01. RGB value is (51,63,1). Sum of RGB (Red+Green+Blue) = 51+63+1=115 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.35% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #333F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333F01 is #CCC0FE. Grayscale: #343434. Windows color (decimal): -13418751 or 81715. OLE color: 81715.

HSL color Cylindrical-coordinate representation of color #333F01: hue angle of 71.61º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #333F01 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 63 1 -
CMYK 0.19 0 0.98 0.75
HSL 71.61º 0.97% 0.13% -
HSV(B) 71.61º 0.98% 0.25% -
XYZ 3.15 4.26 0.69 -
YUV 52.34 99.02 127.04 -
System Red Green Blue C M Y K H S L
Decimal 51 63 1 0.19 0 0.98 0.75 71.61 0.97 0.13
Hex 33 3F 1 13 0 62 4B 48 61 D
Octal 63 77 1 23 0 142 113 110 141 15
Binary 110011 111111 1 10011 0 1100010 1001011 1001000 1100001 1101

Color Harmonies of #333F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333F01

Black with #333F01

Text Example


Text Example

White with #333F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333F01; }

 p { color: rgb(51,63,1); }

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

background-color css

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

 a { background-color: rgb(51,63,1); }

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

border-color css

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

 span { border-color: rgb(51,63,1); }

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