Html Css Color HEX #238C3B Japanese Laurel

📋 copy color: '#238C3B'

red 35 ◦ green 140 ◦ blue 59

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

Shades of Japanese Laurel #238C3B

Tints of Japanese Laurel #238C3B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 59.83%

 BLUE value IS 59 (23.44% from 255) = 25.21%

R = 14.96%
G = 59.83%
B = 25.21%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#238C3B (or 0x238C3B) is known color: Japanese Laurel. HEX triplet: 23, 8C and 3B. RGB value is (35,140,59). Sum of RGB (Red+Green+Blue) = 35+140+59=234 (30% of max value = 765). Red value is 35 (14.06% from 255 or 14.96% from 234); Green value is 140 (55.08% from 255 or 59.83% from 234); Blue value is 59 (23.44% from 255 or 25.21% from 234); Max value from RGB is 140 - color contains mainly: green. Hex color #238C3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238C3B is #DC73C4. Grayscale: #636363. Windows color (decimal): -14447557 or 3902499. OLE color: 3902499.

HSL color Cylindrical-coordinate representation of color #238C3B: hue angle of 133.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #238C3B is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 35 140 59 -
CMYK 0.75 0 0.58 0.45
HSL 133.71º 0.6% 0.34% -
HSV(B) 133.71º 0.75% 0.55% -
XYZ 10.86 19.43 7.32 -
YUV 99.37 105.21 82.09 -
System Red Green Blue C M Y K H S L
Decimal 35 140 59 0.75 0 0.58 0.45 133.71 0.6 0.34
Hex 23 8C 3B 4B 0 3A 2D 86 3C 22
Octal 43 214 73 113 0 72 55 206 74 42
Binary 100011 10001100 111011 1001011 0 111010 101101 10000110 111100 100010

Color Harmonies of #238C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238C3B

Black with #238C3B

Text Example


Text Example

White with #238C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238C3B; }

 p { color: rgb(35,140,59); }

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

background-color css

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

 a { background-color: rgb(35,140,59); }

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

border-color css

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

 span { border-color: rgb(35,140,59); }

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