Html Css Color HEX #238333 Japanese Laurel

📋 copy color: '#238333'

red 35 ◦ green 131 ◦ blue 51

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

Shades of Japanese Laurel #238333

Tints of Japanese Laurel #238333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.5%

R = 16.13%
G = 60.37%
B = 23.5%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.61

 K value IS 0.49

RGB Variations

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

Color information

#238333 (or 0x238333) is known color: Japanese Laurel. HEX triplet: 23, 83 and 33. RGB value is (35,131,51). Sum of RGB (Red+Green+Blue) = 35+131+51=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 131 (51.56% from 255 or 60.37% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 131 - color contains mainly: green. Hex color #238333 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238333 is #DC7CCC. Grayscale: #5D5D5D. Windows color (decimal): -14449869 or 3375907. OLE color: 3375907.

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

Color convert

RGB 35 131 51 -
CMYK 0.73 0 0.61 0.49
HSL 130º 0.58% 0.33% -
HSV(B) 130º 0.73% 0.51% -
XYZ 9.41 16.83 5.88 -
YUV 93.18 104.2 86.5 -
System Red Green Blue C M Y K H S L
Decimal 35 131 51 0.73 0 0.61 0.49 130 0.58 0.33
Hex 23 83 33 49 0 3D 31 82 3A 21
Octal 43 203 63 111 0 75 61 202 72 41
Binary 100011 10000011 110011 1001001 0 111101 110001 10000010 111010 100001

Color Harmonies of #238333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238333

Black with #238333

Text Example


Text Example

White with #238333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238333; }

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

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

background-color css

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

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

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

border-color css

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

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

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