Html Css Color HEX #238537 Japanese Laurel

📋 copy color: '#238537'

red 35 ◦ green 133 ◦ blue 55

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

Shades of Japanese Laurel #238537

Tints of Japanese Laurel #238537

RGB

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

 GREEN value IS 133 (52.34% from 255) = 59.64%

 BLUE value IS 55 (21.88% from 255) = 24.66%

R = 15.7%
G = 59.64%
B = 24.66%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#238537 (or 0x238537) is known color: Japanese Laurel. HEX triplet: 23, 85 and 37. RGB value is (35,133,55). Sum of RGB (Red+Green+Blue) = 35+133+55=223 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.70% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 55 (21.88% from 255 or 24.66% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #238537 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238537 is #DC7AC8. Grayscale: #5F5F5F. Windows color (decimal): -14449353 or 3638563. OLE color: 3638563.

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

Color convert

RGB 35 133 55 -
CMYK 0.74 0 0.59 0.48
HSL 132.24º 0.58% 0.33% -
HSV(B) 132.24º 0.74% 0.52% -
XYZ 9.77 17.41 6.46 -
YUV 94.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 35 133 55 0.74 0 0.59 0.48 132.24 0.58 0.33
Hex 23 85 37 4A 0 3B 30 84 3A 21
Octal 43 205 67 112 0 73 60 204 72 41
Binary 100011 10000101 110111 1001010 0 111011 110000 10000100 111010 100001

Color Harmonies of #238537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238537

Black with #238537

Text Example


Text Example

White with #238537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238537; }

 p { color: rgb(35,133,55); }

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

background-color css

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

 a { background-color: rgb(35,133,55); }

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

border-color css

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

 span { border-color: rgb(35,133,55); }

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