Html Css Color HEX #33943C Japanese Laurel

📋 copy color: '#33943C'

red 51 ◦ green 148 ◦ blue 60

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

Shades of Japanese Laurel #33943C

Tints of Japanese Laurel #33943C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.14%

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 19.69%
G = 57.14%
B = 23.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#33943C (or 0x33943C) is known color: Japanese Laurel. HEX triplet: 33, 94 and 3C. RGB value is (51,148,60). Sum of RGB (Red+Green+Blue) = 51+148+60=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 148 (58.20% from 255 or 57.14% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 148 - color contains mainly: green. Hex color #33943C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33943C is #CC6BC3. Grayscale: #6D6D6D. Windows color (decimal): -13396932 or 3970099. OLE color: 3970099.

HSL color Cylindrical-coordinate representation of color #33943C: hue angle of 125.57º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33943C is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 60 -
CMYK 0.66 0 0.59 0.42
HSL 125.57º 0.49% 0.39% -
HSV(B) 125.57º 0.66% 0.58% -
XYZ 12.77 22.21 7.89 -
YUV 108.97 100.36 86.66 -
System Red Green Blue C M Y K H S L
Decimal 51 148 60 0.66 0 0.59 0.42 125.57 0.49 0.39
Hex 33 94 3C 42 0 3B 2A 7E 31 27
Octal 63 224 74 102 0 73 52 176 61 47
Binary 110011 10010100 111100 1000010 0 111011 101010 1111110 110001 100111

Color Harmonies of #33943C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33943C

Black with #33943C

Text Example


Text Example

White with #33943C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33943C; }

 p { color: rgb(51,148,60); }

 H1.HeaderClassName
 {
   color: #33943C;
 }
 .AnyTagClassName
 {
   color: #33943C;
 }
</style>

background-color css

<style>
 a { background-color: #33943C; }

 a { background-color: rgb(51,148,60); }

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

border-color css

<style>
 span { border-color: #33943C; }

 span { border-color: rgb(51,148,60); }

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