Html Css Color HEX #218338 Japanese Laurel

📋 copy color: '#218338'

red 33 ◦ green 131 ◦ blue 56

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

Shades of Japanese Laurel #218338

Tints of Japanese Laurel #218338

RGB

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

 GREEN value IS 131 (51.56% from 255) = 59.55%

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

R = 15%
G = 59.55%
B = 25.45%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#218338 (or 0x218338) is known color: Japanese Laurel. HEX triplet: 21, 83 and 38. RGB value is (33,131,56). Sum of RGB (Red+Green+Blue) = 33+131+56=220 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #218338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #218338 is #DE7CC7. Grayscale: #5D5D5D. Windows color (decimal): -14580936 or 3703585. OLE color: 3703585.

HSL color Cylindrical-coordinate representation of color #218338: hue angle of 134.08º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218338 is Cyan = 0.75, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 131 56 -
CMYK 0.75 0 0.57 0.49
HSL 134.08º 0.6% 0.32% -
HSV(B) 134.08º 0.75% 0.51% -
XYZ 9.46 16.84 6.49 -
YUV 93.15 107.03 85.1 -
System Red Green Blue C M Y K H S L
Decimal 33 131 56 0.75 0 0.57 0.49 134.08 0.6 0.32
Hex 21 83 38 4B 0 39 31 86 3C 20
Octal 41 203 70 113 0 71 61 206 74 40
Binary 100001 10000011 111000 1001011 0 111001 110001 10000110 111100 100000

Color Harmonies of #218338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218338

Black with #218338

Text Example


Text Example

White with #218338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218338; }

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

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

background-color css

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

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

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

border-color css

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

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

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