Html Css Color HEX #238133 Japanese Laurel

📋 copy color: '#238133'

red 35 ◦ green 129 ◦ blue 51

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

Shades of Japanese Laurel #238133

Tints of Japanese Laurel #238133

RGB

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

 GREEN value IS 129 (50.78% from 255) = 60%

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

R = 16.28%
G = 60%
B = 23.72%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.49

RGB Variations

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

Color information

#238133 (or 0x238133) is known color: Japanese Laurel. HEX triplet: 23, 81 and 33. RGB value is (35,129,51). Sum of RGB (Red+Green+Blue) = 35+129+51=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 129 (50.78% from 255 or 60% from 215); Blue value is 51 (20.31% from 255 or 23.72% from 215); Max value from RGB is 129 - color contains mainly: green. Hex color #238133 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #238133 is #DC7ECC. Grayscale: #5C5C5C. Windows color (decimal): -14450381 or 3375395. OLE color: 3375395.

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

Color convert

RGB 35 129 51 -
CMYK 0.73 0 0.60 0.49
HSL 130.21º 0.57% 0.32% -
HSV(B) 130.21º 0.73% 0.51% -
XYZ 9.14 16.3 5.8 -
YUV 92 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 35 129 51 0.73 0 0.60 0.49 130.21 0.57 0.32
Hex 23 81 33 49 0 3C 31 82 39 20
Octal 43 201 63 111 0 74 61 202 71 40
Binary 100011 10000001 110011 1001001 0 111100 110001 10000010 111001 100000

Color Harmonies of #238133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #238133

Black with #238133

Text Example


Text Example

White with #238133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #238133; }

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

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

background-color css

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

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

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

border-color css

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

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

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