Html Css Color HEX #218838 Japanese Laurel

📋 copy color: '#218838'

red 33 ◦ green 136 ◦ blue 56

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

Shades of Japanese Laurel #218838

Tints of Japanese Laurel #218838

RGB

 RED value IS 33 (13.28% from 255) = 14.67%

 GREEN value IS 136 (53.52% from 255) = 60.44%

 BLUE value IS 56 (22.27% from 255) = 24.89%

R = 14.67%
G = 60.44%
B = 24.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#218838 (or 0x218838) is known color: Japanese Laurel. HEX triplet: 21, 88 and 38. RGB value is (33,136,56). Sum of RGB (Red+Green+Blue) = 33+136+56=225 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.67% from 225); Green value is 136 (53.52% from 255 or 60.44% from 225); Blue value is 56 (22.27% from 255 or 24.89% from 225); Max value from RGB is 136 - color contains mainly: green. Hex color #218838 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218838 is #DE77C7. Grayscale: #606060. Windows color (decimal): -14579656 or 3704865. OLE color: 3704865.

HSL color Cylindrical-coordinate representation of color #218838: hue angle of 133.4º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #218838 is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 136 56 -
CMYK 0.76 0 0.59 0.47
HSL 133.4º 0.61% 0.33% -
HSV(B) 133.4º 0.76% 0.53% -
XYZ 10.15 18.22 6.72 -
YUV 96.08 105.38 83 -
System Red Green Blue C M Y K H S L
Decimal 33 136 56 0.76 0 0.59 0.47 133.4 0.61 0.33
Hex 21 88 38 4C 0 3B 2F 85 3D 21
Octal 41 210 70 114 0 73 57 205 75 41
Binary 100001 10001000 111000 1001100 0 111011 101111 10000101 111101 100001

Color Harmonies of #218838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218838

Black with #218838

Text Example


Text Example

White with #218838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218838; }

 p { color: rgb(33,136,56); }

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

background-color css

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

 a { background-color: rgb(33,136,56); }

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

border-color css

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

 span { border-color: rgb(33,136,56); }

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