Html Css Color HEX #238338 Japanese Laurel

📋 copy color: '#238338'

red 35 ◦ green 131 ◦ blue 56

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

Shades of Japanese Laurel #238338

Tints of Japanese Laurel #238338

RGB

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

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

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

R = 15.77%
G = 59.01%
B = 25.23%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#238338 (or 0x238338) is known color: Japanese Laurel. HEX triplet: 23, 83 and 38. RGB value is (35,131,56). Sum of RGB (Red+Green+Blue) = 35+131+56=222 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.77% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #238338 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238338 is #DC7CC7. Grayscale: #5D5D5D. Windows color (decimal): -14449864 or 3703587. OLE color: 3703587.

HSL color Cylindrical-coordinate representation of color #238338: hue angle of 133.12º 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 #238338 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 35 131 56 -
CMYK 0.73 0 0.57 0.49
HSL 133.13º 0.58% 0.33% -
HSV(B) 133.13º 0.73% 0.51% -
XYZ 9.52 16.88 6.5 -
YUV 93.75 106.7 86.1 -
System Red Green Blue C M Y K H S L
Decimal 35 131 56 0.73 0 0.57 0.49 133.13 0.58 0.33
Hex 23 83 38 49 0 39 31 85 3A 21
Octal 43 203 70 111 0 71 61 205 72 41
Binary 100011 10000011 111000 1001001 0 111001 110001 10000101 111010 100001

Color Harmonies of #238338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238338

Black with #238338

Text Example


Text Example

White with #238338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238338; }

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

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

background-color css

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

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

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

border-color css

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

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

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