Html Css Color HEX #238336 Japanese Laurel

📋 copy color: '#238336'

red 35 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #238336

Tints of Japanese Laurel #238336

RGB

 RED value IS 35 (14.06% from 255) = 15.91%

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

 BLUE value IS 54 (21.48% from 255) = 24.55%

R = 15.91%
G = 59.55%
B = 24.55%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#238336 (or 0x238336) is known color: Japanese Laurel. HEX triplet: 23, 83 and 36. RGB value is (35,131,54). Sum of RGB (Red+Green+Blue) = 35+131+54=220 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.91% from 220); Green value is 131 (51.56% from 255 or 59.55% from 220); Blue value is 54 (21.48% from 255 or 24.55% from 220); Max value from RGB is 131 - color contains mainly: green. Hex color #238336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238336 is #DC7CC9. Grayscale: #5D5D5D. Windows color (decimal): -14449866 or 3572515. OLE color: 3572515.

HSL color Cylindrical-coordinate representation of color #238336: hue angle of 131.88º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #238336 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 54 -
CMYK 0.73 0 0.59 0.49
HSL 131.88º 0.58% 0.33% -
HSV(B) 131.88º 0.73% 0.51% -
XYZ 9.48 16.86 6.24 -
YUV 93.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 35 131 54 0.73 0 0.59 0.49 131.88 0.58 0.33
Hex 23 83 36 49 0 3B 31 84 3A 21
Octal 43 203 66 111 0 73 61 204 72 41
Binary 100011 10000011 110110 1001001 0 111011 110001 10000100 111010 100001

Color Harmonies of #238336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238336

Black with #238336

Text Example


Text Example

White with #238336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238336; }

 p { color: rgb(35,131,54); }

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

background-color css

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

 a { background-color: rgb(35,131,54); }

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

border-color css

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

 span { border-color: rgb(35,131,54); }

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