Html Css Color HEX #333B01 Turtle Green

📋 copy color: '#333B01'

red 51 ◦ green 59 ◦ blue 1

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

Shades of Turtle Green #333B01

Tints of Turtle Green #333B01

RGB

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

 GREEN value IS 59 (23.44% from 255) = 53.15%

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

R = 45.95%
G = 53.15%
B = 0.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.98

 K value IS 0.77

RGB Variations

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

Color information

#333B01 (or 0x333B01) is known color: Turtle Green. HEX triplet: 33, 3B and 01. RGB value is (51,59,1). Sum of RGB (Red+Green+Blue) = 51+59+1=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 59 (23.44% from 255 or 53.15% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 59 - color contains mainly: green. Hex color #333B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333B01 is #CCC4FE. Grayscale: #323232. Windows color (decimal): -13419775 or 80691. OLE color: 80691.

HSL color Cylindrical-coordinate representation of color #333B01: hue angle of 68.28º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #333B01 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 59 1 -
CMYK 0.14 0 0.98 0.77
HSL 68.28º 0.97% 0.12% -
HSV(B) 68.28º 0.98% 0.23% -
XYZ 2.93 3.83 0.61 -
YUV 50 100.35 128.72 -
System Red Green Blue C M Y K H S L
Decimal 51 59 1 0.14 0 0.98 0.77 68.28 0.97 0.12
Hex 33 3B 1 E 0 62 4D 44 61 C
Octal 63 73 1 16 0 142 115 104 141 14
Binary 110011 111011 1 1110 0 1100010 1001101 1000100 1100001 1100

Color Harmonies of #333B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B01

Black with #333B01

Text Example


Text Example

White with #333B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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